home *** CD-ROM | disk | FTP | other *** search
- #[document 83.95 145.7 124.15 184.85
- static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
- static stroked="stroked";
- static vert="vertical",horz="horizontal";
- static miter="miter",bevel="bevel",round="round";
- static butt="butt",proj="projected";
- #[page
- auto m=move,l=line,c=curve;
- auto p;
- gc_cspace("Lab");
- gc_color(100.0,0.0,0.0);
- rect(0,0,0,0);
- auto ng=draw(path());
- auto s=array(ng);
- m(94.10,182.25);
- l(91.25,178.75);
- l(91.25,174.65);
- l(92.80,169.55);
- l(96.25,164.00);
- l(102.85,158.70);
- l(107.10,156.15);
- l(112.80,155.00);
- l(117.65,154.30);
- l(121.90,157.20);
- l(123.40,161.60);
- l(122.50,166.80);
- l(119.45,172.70);
- l(112.60,178.95);
- l(105.60,182.85);
- l(98.60,184.10);
- l(94.10,182.25);
- close_edge();
- p=path();
- gc_draw_style(stroked);
- gc_line_join_style(round);
- gc_line_cap_style(round);
- gc_stroke_width(1.50);
- gc_font_draw_style(0);
- gc_color(0.00,0.00,0.00);
- s[0]=draw(p);
- m(89.90,170.55);
- l(90.25,169.10);
- l(91.80,165.80);
- finish_edge();
- p=path();
- s[1]=draw(p);
- s[0]:=s[1];
- m(96.95,160.10);
- l(100.80,156.85);
- l(105.35,154.30);
- l(111.40,153.05);
- l(114.80,152.30);
- finish_edge();
- p=path();
- s[1]=draw(p);
- s[0]:=s[1];
- m(91.90,179.65);
- l(88.90,175.15);
- l(89.00,173.65);
- l(85.05,168.90);
- l(84.70,165.30);
- l(85.90,160.60);
- l(89.55,155.20);
- l(94.35,151.00);
- l(99.95,147.95);
- l(105.20,146.45);
- l(109.85,147.10);
- l(112.30,148.85);
- l(115.10,152.10);
- l(117.20,152.20);
- l(121.55,156.85);
- finish_edge();
- p=path();
- s[1]=draw(p);
- s[0]over=s[1];
- page:=s[0];
- s=NULL;
- #]page
- #]document
-